home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000288_news@newsmaster….columbia.edu _Tue Nov 10 08:00:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA15404
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Nov 1998 08:00:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA05590
  7.     for kermit.misc@watsun; Tue, 10 Nov 1998 08:00:08 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!news.maxwell.syr.edu!nntp2.dejanews.com!nnrp1.dejanews.com!not-for-mail
  9. From: bruds@luk.de
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: telnet connection with script
  12. Date: Tue, 10 Nov 1998 12:47:14 GMT
  13. Organization: Deja News - The Leader in Internet Discussion
  14. Lines: 44
  15. Message-ID: <729ckj$a24$1@nnrp1.dejanews.com>
  16. References: <71scrf$7ct$1@nnrp1.dejanews.com> <726pag$338$1@nnrp1.dejanews.com> <726stp$176$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: 62.156.184.162
  18. To: jaltman@watsun.cc.columbia.edu
  19. X-Article-Creation-Date: Tue Nov 10 12:47:14 1998 GMT
  20. X-Http-User-Agent: Mozilla/2.0 (compatible; MSIE 3.01; Windows NT)
  21. X-Http-Proxy: 1.0 x7.dejanews.com:80 (Squid/1.1.22) for client 62.156.184.162
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:9494
  23.  
  24. In article <726stp$176$1@apakabar.cc.columbia.edu>,
  25.   jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote:
  26. > In article <726pag$338$1@nnrp1.dejanews.com>,  <bruds@luk.de> wrote:
  27. > :
  28. > :
  29. > : > Hi, I am new in kermit scripting, and I have a problem connecting to a remote
  30. > : > server with telnet port 25 and send information . the script always remains
  31. > : > in interactive telnet-mode. What I am doing wrong? Regards, Stefan Bruder
  32. > : >
  33. > : Soory I forgot the script as an examples:
  34. > :
  35. > : set host localhost 25
  36. > : output helo
  37. > : output mail from:<bruds>
  38. > : output rcpt to:<bruds>
  39. > : output data
  40. > : output Halllllo
  41. > : output \10\13.\10\13
  42. > : output \10\13
  43. > : output quit
  44. > : connect
  45. > :
  46. >
  47. > If you do not want interactive mode do not use the CONNECT command.
  48. >
  49. > From the online help, HELP CONNECT:
  50. >
  51. > Syntax: CONNECT (or C, or CQ) [ switches ]
  52. >
  53. > Connect to a remote computer via the serial communications device given in
  54. > the most recent SET PORT command, or to the network host named in the most
  55. > recent SET HOST command.  Type the escape character followed by C to get
  56. > back to the C-Kermit prompt, or followed by ? for a list of CONNECT-mode
  57. > escape commands.
  58. >
  59. >     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  60. >                  The Kermit Project * Columbia University
  61. >               612 West 115th St #716 * New York, NY * 10025
  62. >   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  63. >
  64. If I should not use CONNECT which command instead?
  65.  
  66. -----------== Posted via Deja News, The Discussion Network ==----------
  67. http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own